C1.Web.Mvc.TransposedGrid Namespace / TransposedGrid<T> Class / TemplateBindings Property

In This Topic
TemplateBindings Property (TransposedGrid<T>)
In This Topic
Gets the collection of the template bindings.
Syntax
'Declaration
 
<JsonConverterAttribute(C1.Web.Mvc.TemplateBindingsConverter)>
Public ReadOnly Property TemplateBindings As IDictionary(Of String,String)
 
See Also